home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19941031-19941221 / 000017_news@columbia.edu_Tue Nov 1 21:10:18 1994.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA02617
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Tue, 1 Nov 1994 17:01:29 -0500
  3. Received: by apakabar.cc.columbia.edu id AA28111
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Tue, 1 Nov 1994 17:01:27 -0500
  5. Path: news.columbia.edu!panix!news.mathworks.com!udel!news-4.nss.udel.edu!chopin.udel.edu!not-for-mail
  6. From: darkstar@chopin.udel.edu (Jerry Alexandratos)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: More lines per page?
  9. Date: 1 Nov 1994 16:10:18 -0500
  10. Organization: Broken Toys Unlimited
  11. Lines: 46
  12. Message-Id: <396arq$fqc@chopin.udel.edu>
  13. References: <1994Nov1.100933.2067@gems.vcu.edu>
  14. Nntp-Posting-Host: chopin.udel.edu
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. In article <1994Nov1.100933.2067@gems.vcu.edu>,
  18. Brainwave Surfer <agnew@gems.vcu.edu> wrote:
  19. :Dear Netbeings,
  20. :  I have a wonderful relationship with MS-dos kermit.  apart from dos,
  21. :the package is fine.  I'd like to figure out how to set the video such
  22. :that I can use one of the other modes, like 50 lines per screen, etc.
  23. :Everything else is ok, but i'm lusting for more of the page like I can
  24. :get on my Decterms in Motif.
  25. :
  26. :Jim
  27.  
  28. [sig deleted]
  29.  
  30. Okay, here's what you need to do on both ends of the connection.
  31.  
  32. PC--make sure you've got either an EGA card (for 43 line mode) or a VGA
  33.     card (for 50 line mode).  Some cards support some funky things like
  34.     60 lines under some Super-VGA setting or another.
  35.     make sure you load an ANSI driver like ansi.sys or nnansi.sys
  36.     issue the following mode command `mode con: lines=50'.
  37.     start kermit.
  38.  
  39. UNIX-connect to host.
  40.      issue an eval `tset -sQI <your-term-emulation>` command to set the
  41.      TERM and TERMCAP environment variables.  For example eval `tset
  42.      -sQI vt220` evaluates and sets the variables for vt220 term.  Make
  43.      sure that you put in the ``I'' argument.  If you don't, then
  44.      you'll see your screen cut in half and only the first 25 lines
  45.      being drawn on.  If this happens, then you'll have to go to the
  46.      kermit command line and do a `ru mode con: lines=50' command to
  47.      reset your local terminal.
  48.      Issue the `stty rows 49' command to set the number of rows (or
  49.      `stty rows 50' if you don't use the status line at the bottom of
  50.      the screen), followed by a `reset' command.
  51.  
  52. That should do it.  I don't know how to do this if you're connecting to
  53. other types of host.  I think that for IBM's it doesn't make a
  54. difference if they're in fullscreen mode, then they'll use all of the
  55. available lines.  As for other types of hosts, your mileage may vary.
  56.  
  57.         --Jerry
  58.  
  59. -- 
  60. |>  Jerry Alexandratos                **  "vengo de la tierra del    <|
  61. |>  darkstar@strauss.udel.edu         **   fuego ten cuidado cuando  <|
  62. |>  darkstar@canary.pearson.udel.edu  **   llamas mi nombre..."      <|